TrustedWebActivityIssueDetails

data class TrustedWebActivityIssueDetails(url: String, violationType: TwaQualityEnforcementViolationType, httpStatusCode: Int?, packageName: String?, signature: String?)

Constructors

TrustedWebActivityIssueDetails
Link copied to clipboard
fun TrustedWebActivityIssueDetails(url: String, violationType: TwaQualityEnforcementViolationType, httpStatusCode: Int? = null, packageName: String? = null, signature: String? = null)

Properties

httpStatusCode
Link copied to clipboard
val httpStatusCode: Int? = null
packageName
Link copied to clipboard
val packageName: String? = null
The package name of the Trusted Web Activity client app.
signature
Link copied to clipboard
val signature: String? = null
The signature of the Trusted Web Activity client app.
url
Link copied to clipboard
val url: String
The url that triggers the violation.
violationType
Link copied to clipboard
val violationType: TwaQualityEnforcementViolationType

Sources

jvm source
Link copied to clipboard